Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 3.0.0 osd test manifest #3477

Merged
merged 1 commit into from
May 5, 2023
Merged

Conversation

Divyaasm
Copy link
Collaborator

@Divyaasm Divyaasm commented May 4, 2023

Description

This PR adds OSD componets for 3.0.0 test manifest

Issues Resolved

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Signed-off-by: Divya Madala <[email protected]>
@codecov-commenter
Copy link

codecov-commenter commented May 4, 2023

Codecov Report

Merging #3477 (24b7dbd) into main (936f2dd) will not change coverage.
The diff coverage is n/a.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@           Coverage Diff           @@
##             main    #3477   +/-   ##
=======================================
  Coverage   91.14%   91.14%           
=======================================
  Files         181      181           
  Lines        5331     5331           
=======================================
  Hits         4859     4859           
  Misses        472      472           

gaiksaya
gaiksaya previously approved these changes May 4, 2023
integ-test:
test-configs:
- with-security
- without-security
Copy link
Member

@gaiksaya gaiksaya May 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I dont think securityDashboards will have tests without-security. Can you confirm?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kavilla @tianleh Can you guys take a look and suggest changes to this?
Thanks!

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tagging security dashboards maintainers: @cwperks @peternied @davidlago

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure how these tests are being sourced, this file looks different from 2.7.0 version, https://github.com/opensearch-project/opensearch-build/blob/main/manifests/2.7.0/opensearch-dashboards-2.7.0-test.yml , has there been changes to the architecture?

There are security tests in the functionalTestDashboards repo, which allows for running with and without security enabled.

Copy link
Member

@gaiksaya gaiksaya May 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes the architecture is changing. Thanks for asking this. Looks like we need to add documentation for new architecture! @Divyaasm Can you take this question up and also later take care of adding the documentation ?

Copy link
Collaborator Author

@Divyaasm Divyaasm May 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes @peternied , we have recently updated the implemention for OSD integtests, this used to run in a sequential order for all the OSD component plugins listed in ftrepo based on functionalTestDashboards input earlier. Now OSD integtest works similar to OS intgtests. Refer the related PR's #3316 and #3465 to get an idea on the implementation changes.

We will now be able to to run this individually for each OSD component or all together at once in parallel from Jenkins perspective and update results individually for each component in the S3 bucket based on the updated test manifest similar to the current PR. Let me know if you have any questions.

This PR is just used to test the latest implementation from Prod Jenkins.

Thanks,
Divya Madala

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK, well please go ahead and include the tests as has been done with other plugins. I am not certain this is correct, but I think its best to move forward with generation results than waiting on making a determination

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the input!

@gaiksaya gaiksaya dismissed their stale review May 4, 2023 23:59

Need to confirm changes for securityDashboards

@gaiksaya gaiksaya merged commit 3dc23d7 into opensearch-project:main May 5, 2023
@Divyaasm Divyaasm deleted the addtest branch May 5, 2023 21:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants